type github.com/go-faster/jx.streamState
9 uses
github.com/go-faster/jx (current package)
w.go#L13: stream *streamState
w_stream.go#L25: type streamState struct {
w_stream.go#L30: func newStreamState(w io.Writer) *streamState {
w_stream.go#L31: return &streamState{
w_stream.go#L36: func (s *streamState) mustNotBeStreaming() {
w_stream.go#L42: func (s *streamState) Reset(w io.Writer) {
w_stream.go#L47: func (s *streamState) setError(err error) {
w_stream.go#L51: func (s *streamState) fail() bool {
w_stream.go#L55: func (s *streamState) flush(buf []byte) ([]byte, bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |